home *** CD-ROM | disk | FTP | other *** search
/ PC Format (PL) 2008 August / 2008-08 PC Format.iso / Multimedia / Total Video Converter 3.12 / tvc312b.exe / {app} / tvc.chm / default.css < prev    next >
Cascading Style Sheet File  |  2007-02-14  |  1KB  |  64 lines

  1. /* Text Styles */
  2. hr { color: #000000}
  3. body, table /* Normal */
  4. {
  5.  font-size: 10pt;
  6.  font-family: 'Arial';
  7.  font-style: normal;
  8.  font-weight: normal;
  9.  color: #000000;
  10.  text-decoration: none;
  11. }
  12. span.f_CodeExample /* Code Example */
  13. {
  14.  font-size: 8pt;
  15.  font-family: 'Courier New';
  16.  color: #000000;
  17. }
  18. span.f_Comment /* Comment */
  19. {
  20. }
  21. span.f_CourierFixed /* Courier Fixed */
  22. {
  23.  font-size: 9pt;
  24.  font-family: 'Courier New';
  25.  color: #000000;
  26. }
  27. span.f_Heading1 /* Heading1 */
  28. {
  29.  font-size: 12pt;
  30.  font-weight: bold;
  31. }
  32. span.f_ImageCaption /* Image Caption */
  33. {
  34.  font-size: 8pt;
  35.  font-weight: bold;
  36. }
  37. span.f_Notes /* Notes */
  38. {
  39. }
  40. /* Paragraph styles */
  41. p /* Normal */
  42. {
  43.  text-align: left;
  44.  text-indent: 0px;
  45.  padding: 0px 0px 0px 0px;
  46.  margin: 0px 0px 0px 0px;
  47. }
  48. .p_CodeExample /* Code Example */
  49. {
  50.  white-space: nowrap;
  51. }
  52. .p_Comment /* Comment */
  53. {
  54. }
  55. .p_Heading1 /* Heading1 */
  56. {
  57. }
  58. .p_ImageCaption /* Image Caption */
  59. {
  60. }
  61. .p_Notes /* Notes */
  62. {
  63. }
  64.